home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / zzap65a.zip / WHATS.NEW < prev    next >
Text File  |  1992-02-27  |  5KB  |  114 lines

  1. CAUTION!  As of version 6.4a, switch /X was switched to /M.  /X is
  2. now used to enable or disable SFX file processing.
  3.  
  4. Features added to version 6.5
  5.  
  6.    - Further enhanced the processing of self-extracting archives.
  7.      It will now optionally check executables contained in an
  8.      archive for self-extracting status.  See NESTEDSFX= in the
  9.      manual.
  10.  
  11.    - Added option to ignore executables that are not self-
  12.      extracting archives instead of treating them as corrupted
  13.      archives.  See NONSFX= in the manual.
  14.  
  15. Features added to version 6.4
  16.  
  17.    - Now supports detection and processing of self-extraction
  18.      archives (SFX).  The SFX= command in the configuration file
  19.      is used to declare how to detect an SFX file type (see the
  20.      manual for additional details).
  21.  
  22.    - /X (enable/disable ems/xms) has been changed to /M.
  23.  
  24.    - /X enables and disables the detection and processing of
  25.      self-extracting archives when a wildcard extension (.*) is
  26.      specified in the filename.  The switch is not necessary if
  27.      an explicit extension of .EXE or .COM is given.
  28.  
  29. Features added to version 6.3:
  30.  
  31.    - Fixed a bug where the configuration file wasn't being
  32.      properly closed.
  33.  
  34.    - You can now override the PRE=, MID=, POST=, and FIXER=
  35.      specifications in the environment.  The syntax is identical
  36.      to what is used in the configuration file except you will
  37.      need to enter two percent characters in place of one when
  38.      using the SET command.  For example:
  39.  
  40.             SET PRE=NOCMNT.EXE %%1
  41.  
  42.    - Pressing ESC will halt ZZAP after the current archive
  43.      conversion is completed.  The "fixup" program will not be
  44.      executed (see /C switch).  The message "ESC pressed!" will
  45.      be dislayed flashing in the upper left corner of the screen.
  46.  
  47.    - Added the /O switch.  This allows all archives to be repacked
  48.      to their same archive type instead of converting to the default
  49.      archive type.  Use this if you always want the archive to remain
  50.      in it's original archive format.
  51.  
  52.    - The default extension is now displayed on the status line.
  53.  
  54.    - The status line has been changed to allow room for additional
  55.      information to be displayed.
  56.  
  57.    - You can now pass the full path and file name of ZZAP to an
  58.      external program by including %Z in the command line options.
  59.  
  60. Features added to version 6.2:
  61.  
  62.    - Can accept a filename containing an list of files to convert.  The
  63.      file name must be preceded by an '@' character.  The file
  64.      must be a standard ASCII text file with one file
  65.      specification per line.
  66.    - The log file name must be specified in the environment and
  67.      the /L switch is no longer accepted.  This was necessary to
  68.      allow ZZAP to log errors before the configuration file is
  69.      processed.
  70.  
  71. Features added to version 6.1:
  72.  
  73.    - ZZAP will now allow subdirecty information to be included in
  74.      archives with the /B command line switch.  The ARC= and
  75.      UNARC= configuration file commands must, however, be
  76.      properly configured to allow subdirecties.
  77.    - Temporary files are handled differently to make it possible
  78.      for ZZAP to work with multi-line BBS's without problems.
  79.      Previously, a conflict could have arisen if ZZAP was
  80.      creating the new archive and someone tried to access it
  81.      (e.g. view or download) it at the same time.  The BBS must,
  82.      however, lock an archive to allow reading only while a
  83.      download is in program to avoid any possibility of a
  84.      conflict.
  85.  
  86. Features added to version 6.0:
  87.  
  88.    - Test-Only mode added so that a virus scan can be run as well as
  89.      a test of the archive integrity without the overhead of rebuilding
  90.      the archive.
  91.    - Three programs can be declared that will be executed just before
  92.      an archive is extracted, after the file have been extracted, and
  93.      after the new archive is created.
  94.    - The %COMSPEC% variable can be used when declaring programs to be
  95.      executed so that DOS (usually COMMAND.COM) can be executed to
  96.      run a batch file (or do whatever you desire).
  97.    - External programs can be defined to be executed just before and
  98.      just after an archive has been processed.
  99.    - More extensive control of time/date stamping of files has been
  100.      added.  You can now set a file to today's date, keep the original
  101.      date, or set the date to that of the newest file contained in
  102.      the archive.
  103.    - Processing can optionally be skipped on files that are more than
  104.      a specified number of days old.
  105.    - Redirection of input is now supported so that you can automatically
  106.      add comments to some types of archives.
  107.    - You can now repack an archive to the same type, e.g. ZIP to ZIP,
  108.      to take advantage of improved compression techniques as well as
  109.      to test archive integrity and run a virus scan.
  110.    - Default command line options can be specified in the configuration
  111.      file.
  112.    - The target archive extension can be specified on the command line.
  113.  
  114.